home *** CD-ROM | disk | FTP | other *** search
/ Aminet 15 / Aminet 15 - Nov 1996.iso / Aminet / dev / basic / ace24dist.lha / ace24.lha / SUBmods / Complex / ReadMe < prev   
Text File  |  1996-09-10  |  891b  |  29 lines

  1.  
  2. Rich.
  3.  
  4. I have taken your complex math SUBs (complex.b) and created a SUBmod (complex.o)
  5. via ACE's -m switch (actually, I used ACE:bin/module, by typing 'module complex').
  6.  
  7. This object module must be linked with any program wishing to use your complex
  8. math functions. The provided make script file does this. The only extra thing
  9. required is complex.h which declares the SUBs as external to the current source
  10. file, declares the complex STRUCT and opens the necessary libraries (don't
  11. really need mathtrans yet, but may do later).
  12.  
  13. To check all this out, type:
  14.  
  15.     make mandel
  16.  
  17. and run the created 'mandel' program. I've also converted your more recent
  18. program to use the SUBmod and called it 'fractal.b'. I like it! Much slower
  19. than 'mandel' but nice.
  20.  
  21. Then, see what I've done in complex.b and complex.h. I'll be interested in
  22. your feedback and/or questions.
  23.  
  24. Rgds,
  25.  
  26. DB
  27.  
  28. 19th September 1995
  29.